php comment supprimer un fichier

53

php comment supprimer un fichier -

if(file_exists($file)) {
	unlink($file);
} 

Comments

Submit
0 Comments